home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / tqs / PROGRAMS.SHR / QUSNF.B50 < prev    next >
Encoding:
Text File  |  1995-05-15  |  3.8 KB  |  133 lines

  1. REM
  2. REM              United States Navy Fighters by Electronic Arts
  3. REM
  4. REM                     F16C FLCS/TQS HOTAS B50 File
  5. REM
  6. REM             Written and Tested by Steve Voege - April, 1995
  7. REM
  8. REM ╔════════════════════════════════════════════╗
  9. REM ║ TQS Throttle set Analog                    ║
  10. REM ║ MTYPE - A3 (disable right mouse button)    ║
  11. REM ║ Switches NOT used: T6, T11, T12, T13, T14  ║
  12. REM ╚════════════════════════════════════════════╝
  13. REM
  14. REM ╔═══════════════════════════════════════════════╗
  15. REM ║Game Settings required for this SIM to use TQS ║
  16. REM ╚═══════════════════════════════════════════════╝
  17. REM
  18. REM Choose JOYSTICK, THROTTLE in USNF (Pref Menu)
  19. REM
  20. REM Choose RUDDER (Optional)
  21.  
  22. USE FCLK
  23. USE TQS
  24. USE MTYPE A3
  25.  
  26. ANT 1 16 ] [ `
  27. RNG 1 6 , .
  28.  
  29. REM ╔═════════════════════════════════════════════════════╗
  30. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  31. REM ╚═════════════════════════════════════════════════════╝
  32.  
  33. Mdef QUSNF
  34.  
  35. REM ╔════════════════════════════════════════════════════════╗
  36. REM ║ Change 'USNF' to the name of the Mdef file that you    ║
  37. REM ║ want your ADV file to reference.  For example, if you  ║
  38. REM ║ create a new ADV file called NEWSIM.ADV, you might want║
  39. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  40. REM ╚════════════════════════════════════════════════════════╝
  41.  
  42. RATE 50
  43.  
  44. REM ╔════════════════════════════════════════════════════════════════════════╗
  45. REM ║ Place special macros below this line (i.e. @macroname, etc)            ║
  46. REM ╠════════════════════════════════════════════════════════════════════════╣
  47.  
  48. REM ╔════════════════════════╗
  49. REM ║FLCS Button Commands    ║
  50. REM ╚════════════════════════╝
  51.  
  52. BTN H1U /I /N CockpitOnOff
  53.         /O Forward
  54. BTN H1L LAROW
  55. BTN H1R RAROW
  56. BTN H1D CheckSix
  57.  
  58.  
  59. BTN TG1 Guns
  60.  
  61. BTN S1 /I PrevWeapon
  62.        /O NextWeapon
  63.  
  64. BTN S2 WeaponRelease
  65.  
  66. rem BTN S3 ** NOP **
  67.  
  68. BTN S4 /T EyesOnTarget
  69.        /T Forward
  70.  
  71. BTN H2U (Target2Center IFF)
  72. BTN H2L External
  73. BTN H2R Pilot2Wingman
  74. BTN H2D (TargetNext    IFF)
  75.  
  76. BTN H3U /I FormationType
  77.         /O EngageFree
  78. BTN H3L /I FormationHorz
  79.         /O EngageAllObject
  80. BTN H3R /I FormationVert
  81.         /O EngageFormation
  82. BTN H3D /I FormationCtrl
  83.         /O Disengage
  84.  
  85. BTN H4R /I CoverME
  86.         /O (Flare DLY(400) Flare)
  87. BTN H4L /I BUGOUT
  88.         /O NAV/Weapon
  89.  
  90. BTN H4U /H LSFT
  91. BTN H4D (Chaff DLY(400) Chaff)
  92.  
  93. REM ╔════════════════════════╗
  94. REM ║ TQS Button Definitions ║
  95. REM ╚════════════════════════╝
  96.  
  97. rem BTN T1
  98.  
  99. BTN T2 /I NAV SystemStatus
  100.        /O RWR Radar
  101. BTN T3 /I /N ACLS
  102.        /O Jammers
  103. BTN T4 Targetwindow
  104. BTN T5 IncomingMSL
  105.  
  106. BTN T6 RadarOnOff
  107.  
  108. BTN T7 IR
  109. BTN T8 HARM
  110.  
  111. BTN T9 /I /N b
  112.        /O /P /N SpeedBrake
  113.           /R /N SpeedBrake
  114.  
  115. rem I/O code on T9 is to re-sync the Speedbrake, if necessary, after landing
  116.  
  117. BTN T10 /P /N SpeedBrake
  118.         /R /N SpeedBrake
  119.  
  120.  
  121. REM ╔═══════════════════════════════════════════════════════════════════╗
  122. REM ║                                                                   ║
  123. REM ║ NOTE: This file is to be used with the F16C FLCS, TQS HOTAS       ║
  124. REM ║ Systems made exclusively by ThrustMaster, Inc.                    ║
  125. REM ║                                                                   ║
  126. REM ║ The F16C Block 50 Flight Control Systems are so REALISTIC they    ║
  127. REM ║ look like they've just come out of an F16C!! To order yours today ║
  128. REM ║ dial 503-639-3200 or fire up the FAX machine and send a FAX  to   ║
  129. REM ║ ThrustMaster, Inc. and ask for the Order department.  Have your   ║
  130. REM ║ Visa or MasterCard ready and prepare yourself for the newest      ║
  131. REM ║ adventure in Flight Control Systems!!! HAPPY THRUSTMASTERING!!!   ║
  132. REM ╚═══════════════════════════════════════════════════════════════════╝
  133.